Skip to content

Commit

Permalink
chore(yml): update nodejs pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Jan 5, 2025
1 parent 9dc3fe7 commit 465d513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20

- name: Cache node modules
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Cache node modules
Expand Down

0 comments on commit 465d513

Please sign in to comment.