Skip to content

Commit

Permalink
Merge pull request #13 from gorenburg/fix/update-github-ci-action-ver…
Browse files Browse the repository at this point in the history
…sions

fix: update github ci package versions
  • Loading branch information
neSpecc authored Jul 17, 2024
2 parents 08bb3d7 + 4e99333 commit 7f51a16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
Expand All @@ -23,7 +23,7 @@ jobs:
needs: publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get package info
id: package
uses: codex-team/action-nodejs-package-info@v1
Expand Down

0 comments on commit 7f51a16

Please sign in to comment.