Skip to content

Commit 39d08ff

Browse files
authored
chore: update v2 actions to v3 (#110)
1 parent f7039a1 commit 39d08ff

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
@@ -19,12 +19,12 @@ jobs:
1919
node-version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
with:
2424
# Need commit history test for cli-tests
2525
fetch-depth: 0
2626
- name: Use Node.js ${{ matrix.node-version }}
27-
uses: actions/setup-node@v2
27+
uses: actions/setup-node@v3
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
- run: npm install

0 commit comments

Comments
 (0)