Skip to content

Commit

Permalink
Update actions/setup-node from v3 to v4
Browse files Browse the repository at this point in the history
Fix warning: "Node.js 16 actions are deprecated"
  • Loading branch information
Denis-Averin committed Jun 24, 2024
1 parent b11f6b3 commit 5103d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use the latest versiob of Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
cache: 'npm'
Expand Down

0 comments on commit 5103d91

Please sign in to comment.