Skip to content

Commit

Permalink
💚 Upgrade the node version used to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
numaru committed Jun 4, 2022
1 parent 58cbac2 commit 7a92288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 10.x
node-version: 16

- name: Install the package
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 10.x
node-version: 16

- name: Install the package
run: npm install
Expand Down

0 comments on commit 7a92288

Please sign in to comment.