Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
fix: set pr github runner to node 18 matching other runners and project
Browse files Browse the repository at this point in the history
  • Loading branch information
RossWilliams committed Jul 27, 2023
1 parent dc13bdb commit b57d3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
node-version: 16
node-version: "18.7"
cache: "npm"
- run: npm ci
- run: npm test

0 comments on commit b57d3d2

Please sign in to comment.