Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Oct 31, 2024
1 parent f4059cd commit 6494ded
Show file tree
Hide file tree
Showing 5 changed files with 828 additions and 659 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

# for lts node also test first known compatible and latest known good compiler and node versions
include:
- node-version: 20
- node-version: 22
node-tag: v6.8.0 # v6.3.0 to v6.7.0 use a different config format
compiler-tag: v7.4.0
aux-ci-run: true
- node-version: 20
- node-version: 22
node-tag: latest
compiler-tag: latest
aux-ci-run: true
- node-version: 20
- node-version: 22
node-tag: # latest known good versions are defaulted to, thus not passed explicitly
compiler-tag:
aux-ci-run: # no aux-ci-run as main ci run, latest version run all tests that are version independent
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-check-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
- run: npm ci
- run: npm pack
- run: docker run -dt --rm --name node node:20 /bin/bash
Expand Down
Loading

0 comments on commit 6494ded

Please sign in to comment.