Skip to content

Commit d04e007

Browse files
authored
Update build.yaml (#239)
1 parent 3a2a8aa commit d04e007

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ jobs:
99
main:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- name: Setup node
15-
uses: actions/setup-node@v2
16-
with:
17-
node-version: "16"
15+
uses: actions/setup-node@v4
1816

19-
- uses: actions/cache@v2
17+
- uses: actions/cache@v4
2018
with:
2119
path: ./node_modules
22-
key: node-hashFiles('yarn.lock') }}
20+
key: node-${{ hashFiles('yarn.lock') }}
2321

2422
- run: yarn
2523

0 commit comments

Comments
 (0)