Skip to content

Commit

Permalink
publish using node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Oct 17, 2023
1 parent 3c79d32 commit 446a197
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 @@ -9,10 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm install
- run: npm test

Expand All @@ -21,12 +21,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
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 446a197

Please sign in to comment.