Skip to content

Commit

Permalink
Update gh action.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Nov 29, 2023
1 parent ed362e1 commit bcb55f6
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 @@ -12,7 +12,7 @@ jobs:
- name: test
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '24.x'
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit bcb55f6

Please sign in to comment.