Skip to content

Commit

Permalink
ci: use node 20 (#221)
Browse files Browse the repository at this point in the history
use node 20
  • Loading branch information
HomelessDinosaur committed Feb 20, 2024
1 parent 72a64fd commit 8465ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
path: 'node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}

- name: Use Node 14
- name: Use Node 20
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
registry-url: 'https://registry.npmjs.org'
always-auth: true

Expand Down

0 comments on commit 8465ff1

Please sign in to comment.