Skip to content

Commit

Permalink
Upgrade Node runtime to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 30, 2023
1 parent 879f94d commit 05ae368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '20.x'

- run: npm version
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '20.x'

- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 05ae368

Please sign in to comment.