Skip to content

Commit 8c1099b

Browse files
committed
Update GitHub Actions versions
1 parent 7b40a60 commit 8c1099b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up system
2020
run: bin/before_install
2121
- name: Set up Node
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: ${{ !env.ACT && 'yarn' || '' }}

0 commit comments

Comments
 (0)