Skip to content

Commit

Permalink
Bump Node and actions/checkout major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Melo committed Nov 19, 2022
1 parent 47beb19 commit de375e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- name: Setup NodeJS
- uses: actions/checkout@3
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x

- name: Install project dependencies
run: npm install --also=dev
Expand Down

0 comments on commit de375e3

Please sign in to comment.