Skip to content

Commit

Permalink
use node-version 18 in Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Deitcher <[email protected]>
  • Loading branch information
deitch committed Aug 11, 2023
1 parent f612eca commit cbca2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '18'
- name: install
run: npm install
- name: build
Expand All @@ -51,7 +51,7 @@ jobs:
if: github.event_name == 'create' && startsWith(github.ref,'refs/tags/')
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- name: install
run: npm install
Expand Down

0 comments on commit cbca2b9

Please sign in to comment.