Skip to content

Commit 0ccc3bb

Browse files
committed
Update Github Action version corresponding to Node 20
1 parent 464a5e9 commit 0ccc3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
##################
1313
# Checkout code
1414
###################
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
##################
1818
# Setup .npmrc file to publish to npm
1919
# install dependencies, build and push to npm
2020
###################
21-
- uses: actions/setup-node@v3
21+
- uses: actions/setup-node@v4
2222
with:
2323
node-version: '20.x'
2424
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)