Skip to content

Commit

Permalink
Update dependency version in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Apr 12, 2023
1 parent 9ca4360 commit 1dcbd52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
github-release:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Create GitHub release
id: create_release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:

strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 16.x, 18.x ]

services:
mongodb:
image: mongo:5
image: mongo:6
ports:
- 27017:27017

Expand Down

0 comments on commit 1dcbd52

Please sign in to comment.