Skip to content

Commit a8815c3

Browse files
committed
Update build.yml
1 parent 7ffe1a9 commit a8815c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
pages:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- name: Use Node.js 12.x
14-
uses: actions/setup-node@v1
12+
- uses: actions/checkout@v3
13+
- name: Use Node.js 16.x
14+
uses: actions/setup-node@v3
1515
with:
16-
node-version: '12.x'
16+
node-version: '16.x'
1717
- name: Cache NPM dependencies
18-
uses: actions/cache@v2
18+
uses: actions/cache@v3
1919
with:
2020
path: node_modules
2121
key: ${{ runner.OS }}-npm-cache

0 commit comments

Comments
 (0)