Skip to content

Commit 4612749

Browse files
authored
Update node.js.yml
1 parent 0821f81 commit 4612749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
node-version: [16.x] # Add support for 12.x, 15.x later just build and unit tests
2424

2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- name: Build and Test ${{ matrix.node-version }}
28-
uses: actions/setup-node@v1
28+
uses: actions/setup-node@v3
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
- run: npm install --force

0 commit comments

Comments
 (0)