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]
7
7
8
8
jobs :
9
9
build :
10
-
11
10
# Machine environment:
12
11
# https://help.github.com/en/articles/software-in-virtual-environments-for-github-actions#ubuntu-1804-lts
13
12
# 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
15
14
16
15
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
20
19
with :
21
- node-version : 16
20
+ node-version : 20.9.0
22
21
- name : Install dependencies
23
22
run : yarn --frozen-lockfile --non-interactive --no-progress
24
23
- 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