Skip to content

Commit 8d85bbf

Browse files
authored
Merge pull request #702 from Araxeus/update-build-action
update build action
2 parents 61cd2ef + d164cd6 commit 8d85bbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
os: [macos-latest, ubuntu-latest, windows-latest]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Setup NodeJS
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v3
2020
with:
21-
node-version: "14.x"
21+
node-version: "16.x"
2222

2323
- name: Get yarn cache directory path
2424
id: yarn-cache-dir-path
2525
run: echo "::set-output name=dir::$(yarn cache dir)"
2626

27-
- uses: actions/cache@v2
27+
- uses: actions/cache@v3
2828
id: yarn-cache
2929
with:
3030
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)