Skip to content

Commit

Permalink
Use Node 18 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Aug 16, 2023
1 parent 27261bb commit f0f5396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout Code
uses: actions/[email protected]

- name: Use Node 16
- name: Use Node 18
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit f0f5396

Please sign in to comment.