Skip to content

Commit

Permalink
chore: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Dec 1, 2023
1 parent 533ad9c commit 0ebfaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
cache: npm
node-version: 14
node-version: 16
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit 0ebfaa5

Please sign in to comment.