Skip to content

Commit

Permalink
use node 20 compatible actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Sep 10, 2024
1 parent b086b13 commit bcfe9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
ENVIRONMENT: production

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down

0 comments on commit bcfe9b8

Please sign in to comment.