Skip to content

Commit

Permalink
build: use node 20 on workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jun 2, 2024
1 parent dcf8746 commit 862ffa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18.x
node-version: 20.x
registry-url: https://registry.npmjs.org
scope: rubenhalman
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/[email protected]
with:
node-version: 18.x
node-version: 20.x
registry-url: https://registry.npmjs.org
scope: rubenhalman
- run: npm ci
Expand Down

0 comments on commit 862ffa5

Please sign in to comment.