Skip to content

Commit

Permalink
Resolve Node 16 deprecation warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed May 21, 2024
1 parent c02d753 commit 3365773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3365773

Please sign in to comment.