Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed May 31, 2022
1 parent 128d201 commit 3f8dde8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
- name: Store node version variable
id: node
run: |
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
- run: git clone --depth 1 --single-branch --branch main https://github.com/panva/openid-client-certification-suite.git runner
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
- run: npx panva/npm-install-retry
working-directory: ./runner
- run: npm install ${{ github.repository }}#${{ github.sha }}
Expand Down

0 comments on commit 3f8dde8

Please sign in to comment.