Skip to content

Commit

Permalink
upgrade node in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Hendrey committed Oct 1, 2023
1 parent 77fcca6 commit c7215a4
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 @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14' # Use your desired Node.js version
node-version: '19.9.0' # Use your desired Node.js version

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"example/**/*",
"!**/.idea",
"!**/.github",
"!flatbuffers"
"!flatbuffers/**/*"
],
"jest": {
"transform": {}
Expand Down

0 comments on commit c7215a4

Please sign in to comment.