mirror of
https://github.com/actions/setup-node.git
synced 2025-06-30 14:43:48 +00:00
Updated documentation/workflows to use actions/setup-node@v3
(#433)
* Update documentation `actions/setup-node@v2` -> `actions/setup-node@v3` * Bump workflows to `actions/setup-node@v3` * Update `README.md` workflow status badges to new format
This commit is contained in:
parent
bacd6b4b3a
commit
546fd45825
4 changed files with 35 additions and 33 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