Skip to content

Commit

Permalink
ci: Update Node.js version to '20.x' in GitHub and Travis CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazhari committed Aug 30, 2024
1 parent 8219e23 commit 12938a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "20.x"
node-version: '20.x'
- name: tests and coverage
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: "20"
node_js: '20'
cache: npm

install:
Expand Down

0 comments on commit 12938a7

Please sign in to comment.