Skip to content

Commit

Permalink
update workflow nodejs version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKhanj committed May 2, 2024
1 parent ba5577a commit 2266b99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v4

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

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 2266b99

Please sign in to comment.