Skip to content

Commit

Permalink
Update NodeJS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyWing committed Dec 22, 2021
1 parent 26caefa commit 269dcf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploycf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
key: ${{ runner.os }}-bunny-${{ hashFiles('**/.cache', '**/package-lock.json', '**/manifest.json') }}
restore-keys: ${{ runner.os }}-bunny-

- name: "Setup NodeJS v13"
- name: "Setup NodeJS v16"
uses: actions/setup-node@v2
with:
node-version: "13"
node-version: "16"
check-latest: true

- name: "Download NPM packages"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploygh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
key: ${{ runner.os }}-bunny-${{ hashFiles('**/.cache', '**/package-lock.json', '**/manifest.json') }}
restore-keys: ${{ runner.os }}-bunny-

- name: "Setup NodeJS v13"
- name: "Setup NodeJS v16"
uses: actions/setup-node@v2
with:
node-version: "13"
node-version: "16"
check-latest: true

- name: "Download NPM packages"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
key: ${{ runner.os }}-bunny-${{ hashFiles('**/.cache', '**/package-lock.json', '**/manifest.json') }}
restore-keys: ${{ runner.os }}-bunny-

- name: "Setup NodeJS v13"
- name: "Setup NodeJS v16"
uses: actions/setup-node@v2
with:
node-version: "13"
node-version: "16"
check-latest: true

- name: "Download NPM packages"
Expand Down

0 comments on commit 269dcf7

Please sign in to comment.