Skip to content

Commit

Permalink
chore: update GA deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Sep 26, 2023
1 parent b3ff725 commit 6ab8401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: Install packages
run: npm install
Expand Down

0 comments on commit 6ab8401

Please sign in to comment.