Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Sep 12, 2023
1 parent 5afb77b commit ea08df2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 12.20.0
- name: Run commonjs build artifacts on Node.js 16.x
- name: Run commonjs build artifacts on Node.js 12.20.0
run: node -p "require('./commonjs')"

- name: Use Node 14.x
uses: actions/setup-node@v3
with:
node-version: 14.x
- name: Run commonjs build artifacts on Node.js 16.x
- name: Run commonjs build artifacts on Node.js 14.x
run: node -p "require('./commonjs')"

- name: Use Node 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Run commonjs build artifacts on Node.js 18.x
- name: Run commonjs build artifacts on Node.js 16.x
run: node -p "require('./commonjs')"

- name: Use Node 18.x
Expand Down

0 comments on commit ea08df2

Please sign in to comment.