Skip to content

Commit

Permalink
chore: upgrade test workflow to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoodness committed Feb 22, 2024
1 parent a6cbc82 commit 969893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "12.x"
node-version: "16.x"

- run: yarn install

Expand Down

0 comments on commit 969893c

Please sign in to comment.