Skip to content

Commit

Permalink
bump GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Mar 10, 2024
1 parent 506edd0 commit 36de9b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-in-github-package-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set Node.js Version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: npm install
Expand All @@ -24,7 +24,7 @@ jobs:
run: npm run build

- name: Configure GitHub Package Registry as Publish Target
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
registry-url: 'https://npm.pkg.github.com'
scope: '@supercharge'
Expand Down

0 comments on commit 36de9b5

Please sign in to comment.