Skip to content

Commit

Permalink
upgrade GitHub actions, pin Node.js version to 16 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinulhaq authored Oct 24, 2023
1 parent a525594 commit dcd32da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
- uses: actions/checkout@v4
- name: Use Node.js v16
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 16
- name: yarn install, build, and test
run: |
yarn --frozen-lockfile
Expand Down

0 comments on commit dcd32da

Please sign in to comment.