File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,17 @@ on: [push]
77
88jobs :
99 build :
10-
1110 # Machine environment:
1211 # https://help.github.com/en/articles/software-in-virtual-environments-for-github-actions#ubuntu-1804-lts
1312 # We specify the Node.js version manually below, and use versioned Chrome from Puppeteer.
14- runs-on : ubuntu-18.04
13+ runs-on : ubuntu-latest
1514
1615 steps :
17- - uses : actions/checkout@v1
18- - name : Use Node.js 16
19- uses : actions/setup-node@v1
16+ - uses : actions/checkout@v4
17+ - name : Use Node.js 20.9.0
18+ uses : actions/setup-node@v4
2019 with :
21- node-version : 16
20+ node-version : 20.9.0
2221 - name : Install dependencies
2322 run : yarn --frozen-lockfile --non-interactive --no-progress
2423 - name : Lint Demo
Original file line number Diff line number Diff line change 1+ v20.9.0
You can’t perform that action at this time.
0 commit comments