Skip to content

Commit

Permalink
Merge pull request #19 from qdelettre/chore/update-github-actions-and…
Browse files Browse the repository at this point in the history
…-node

chore: upgrade github actions to v3 & node to 16.x
  • Loading branch information
pierreburel committed Mar 26, 2023
2 parents 3f2f3fd + f810c62 commit 95b69ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Expand Up @@ -4,10 +4,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16.x'
- run: npm install
- run: npm test

0 comments on commit 95b69ad

Please sign in to comment.