Skip to content

Commit

Permalink
chore: update setup npm (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidma415 authored Jan 24, 2024
1 parent 4478159 commit 196cadb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
run: git fetch --unshallow --tags

- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Cache node modules
uses: actions/cache@v3
Expand Down

0 comments on commit 196cadb

Please sign in to comment.