Skip to content

Commit

Permalink
fix: update github workflows to use node 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf committed Mar 5, 2023
1 parent 981de72 commit 2e66cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '15.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 15.x
node-version: 18.x
- run: npm ci
- run: npm test

0 comments on commit 2e66cd5

Please sign in to comment.