Skip to content

Commit

Permalink
Merge pull request #16 from josh-stillman/js/update-deploy-node-versions
Browse files Browse the repository at this point in the history
update publish action to use latest actions and node version
  • Loading branch information
josh-stillman authored Sep 26, 2024
2 parents aaa1c5d + b076eaa commit b67eabc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: 'lts'
registry-url: 'https://registry.npmjs.org'
- name: Cache Node Modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit b67eabc

Please sign in to comment.