Skip to content

Commit

Permalink
fix: outdated node for github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mhweiner committed Jan 29, 2024
1 parent 4afe232 commit 0c1a6e5
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 @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: latest
registry-url: https://npm.pkg.github.com/
- name: Cache Node.js modules
uses: actions/cache@v2
Expand Down

0 comments on commit 0c1a6e5

Please sign in to comment.