Skip to content

Commit 39a1bcc

Browse files
committed
CI: use setup-node@3
1 parent b736701 commit 39a1bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
node-version: [ 14, 16, 18 ]
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
- name: setup Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v3
1717
with:
1818
cache: "yarn"
1919
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)