Skip to content

Commit

Permalink
build with node22
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbb committed Jul 17, 2024
1 parent 0222041 commit 26c6dd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '22'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'

Expand All @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '22'
registry-url: 'https://npm.pkg.github.com'

- if: github.ref == 'refs/heads/main'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '22'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'

Expand All @@ -38,7 +38,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '22'
registry-url: 'https://npm.pkg.github.com'

- name: publish on github
Expand Down

0 comments on commit 26c6dd9

Please sign in to comment.