mirror of
https://github.com/actions/setup-node.git
synced 2025-07-27 00:48:24 +02:00
Bump workflows to actions/setup-node@v3
This commit is contained in:
parent
aa73a9054e
commit
69febcdf53
2 changed files with 5 additions and 5 deletions
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set Node.js 16.x
|
||||
uses: actions/setup-node@v2
|
||||
- name: Setup Node 16.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: npm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue