Skip to content

Commit

Permalink
tests with node 22.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Sep 13, 2024
1 parent 3190af4 commit 7b1db19
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
CI: false
strategy:
matrix:
node-version: [20.9.0]
node-version: [22.8.0]

steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.9.0
- name: Use Node.js 22.8.0
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 22.8.0
- run: |
node --version
yarn --version
Expand Down Expand Up @@ -55,14 +55,14 @@ jobs:
CI: false
strategy:
matrix:
node-version: [20.9.0]
node-version: [22.8.0]

steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.9.0
- name: Use Node.js 22.8.0
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 22.8.0
- run: |
node --version
yarn --version
Expand Down Expand Up @@ -102,14 +102,14 @@ jobs:
CI: false
strategy:
matrix:
node-version: [20.9.0]
node-version: [22.8.0]

steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.9.0
- name: Use Node.js 22.8.0
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 22.8.0
- run: |
node --version
yarn --version
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: export NODE_OPTIONS=-max_old_space_size=4096

- name: yarn install
run: yarn install --verbose
run: yarn install

- name: install dmg-license
run: yarn add dmg-license
Expand Down

0 comments on commit 7b1db19

Please sign in to comment.