Skip to content

Commit

Permalink
chore: node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Dec 8, 2023
1 parent 2f6c5c2 commit 4557004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- unlabeled

env:
NODE_VERSION: 18
NODE_VERSION: 20

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
node_version:
description: 'node version used for the npm commands'
required: false
default: '18'
default: '20'
access_token:
description: 'Personal access token to clone the repository. Default: github.token'
required: false
Expand Down

0 comments on commit 4557004

Please sign in to comment.