Skip to content

Commit

Permalink
Update workflows to new node version
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Aug 12, 2024
1 parent 26d5562 commit 448610a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node v20.9.x
- name: Setup Node v20.14.x
uses: actions/setup-node@v4
with:
node-version: "20.9.x"
node-version: "20.14.x"
registry-url: "https://npm.pkg.github.com"
scope: "@paulober"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node v20.9.x
uses: actions/setup-node@v4
with:
node-version: '20.9.x'
node-version: '20.14.x'
registry-url: "https://npm.pkg.github.com"
scope: "@paulober"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 448610a

Please sign in to comment.