Skip to content

Commit

Permalink
Merge pull request #1 from kurtmckee/resolve-node-16-warnings-in-ci
Browse files Browse the repository at this point in the history
Resolve Node 16 deprecation warnings in CI
  • Loading branch information
rhysrevans3 authored May 22, 2024
2 parents c02d753 + 3365773 commit bf49d2a
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 bf49d2a

Please sign in to comment.