Skip to content

Commit

Permalink
Upgrade GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Sep 21, 2022
1 parent 3d2b793 commit b2d4030
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
- name: Install npm
run: npm install -g npm@7
run: npm install -g npm@8
- name: Install Dependencies
run: npm ci
- name: Built and Test
Expand Down

0 comments on commit b2d4030

Please sign in to comment.