Skip to content

Commit

Permalink
github: update workflows to node 18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Dec 19, 2024
1 parent 40d0fb2 commit 9f34870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2 # checkout visx + this commit
- uses: actions/setup-node@v2
with:
node-version: '16.14.0'
node-version: '18.18.0'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: '0'
- uses: actions/setup-node@v2
with:
node-version: '16.14.0'
node-version: '18.18.0'
registry-url: 'https://registry.npmjs.org'

- name: Get yarn cache directory path
Expand Down

0 comments on commit 9f34870

Please sign in to comment.