mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 17:49:16 +02:00
Update github checkout and setup-node actions to v4
This commit is contained in:
parent
2e1d9177b4
commit
575c537baa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
|
@ -20,9 +20,9 @@ jobs:
|
|||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue