Skip to content

Commit

Permalink
node example: update to use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala committed Feb 1, 2024
1 parent 6b733fa commit f38c162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
- name: Setup Node modules
run: |
cd ./example/nodejs
Expand Down
2 changes: 1 addition & 1 deletion example/nodejs/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
20

0 comments on commit f38c162

Please sign in to comment.