Skip to content

Commit

Permalink
Test, release and deploy with node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Dec 4, 2024
1 parent 72b2214 commit f2b52d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 22
- run: npm ci
- name: Run unit tests
run: npm run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 22
- run: npm ci
- name: Run unit tests
run: npm run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 22
- run: npm ci

- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node v20
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
- run: npm ci
- run: npm run build -- --base=${{ matrix.base }}
- run: zip -r ${{ matrix.asset_name }} dist
Expand Down

0 comments on commit f2b52d7

Please sign in to comment.