Skip to content

Commit

Permalink
Update Node Again
Browse files Browse the repository at this point in the history
  • Loading branch information
CountingBeeps authored May 1, 2024
1 parent aa0758a commit 0b978c2
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 @@ -27,7 +27,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2-beta
with:
node-version: '16'
node-version: '20'

- name: Cache dependencies
uses: actions/cache@v3
Expand All @@ -54,4 +54,4 @@ jobs:
files: |
dist/*.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0b978c2

Please sign in to comment.