File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
with :
16
16
access_token : ${{ secrets.GITHUB_TOKEN }}
17
17
- name : Checkout repo
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v2
19
19
- name : Setup node
20
- uses : actions/setup-node@v4
20
+ uses : actions/setup-node@v2
21
21
with :
22
- node-version : ' 20 .x'
22
+ node-version : ' 14 .x'
23
23
- name : Install deps
24
24
run : yarn install
25
25
- name : Check for regressions
28
28
run : yarn build
29
29
- name : Check for SSR compat
30
30
run : node dist/index.cjs && node dist/index.js
31
- - name : Check NPM config
32
- run : npx publint@latest dist
31
+ # TODO: upgrade Nodes
32
+ # - name: Check NPM config
33
+ # run: npx publint@latest dist
33
34
release :
34
35
needs : test
35
36
runs-on : ubuntu-latest
@@ -40,11 +41,11 @@ jobs:
40
41
with :
41
42
access_token : ${{ secrets.GITHUB_TOKEN }}
42
43
- name : Checkout repo
43
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v2
44
45
- name : Setup node
45
- uses : actions/setup-node@v4
46
+ uses : actions/setup-node@v2
46
47
with :
47
- node-version : ' 20 .x'
48
+ node-version : ' 14 .x'
48
49
- name : Install deps
49
50
# this runs a build script so there is no dedicated build
50
51
run : yarn install
You can’t perform that action at this time.
0 commit comments