Skip to content

Commit

Permalink
chore: stable node and package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jun 9, 2022
1 parent 52f5b28 commit f31a2a3
Show file tree
Hide file tree
Showing 2 changed files with 2,996 additions and 621 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 16.14.x

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 16.14.x

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 16.14.x

- name: Download build artifact
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16.14.x

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16.14.x

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16.14.x

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down
Loading

0 comments on commit f31a2a3

Please sign in to comment.