Compare commits
3 Commits
master
...
update-nod
Author | SHA1 | Date | |
---|---|---|---|
|
db5fa07a05 | ||
|
9465dd2cc7 | ||
|
36a2fc2631 |
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -92,7 +92,7 @@ jobs:
|
|||||||
standalone: ${{ matrix.standalone }}
|
standalone: ${{ matrix.standalone }}
|
||||||
|
|
||||||
- name: install Node.js
|
- name: install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
# pnpm@7.0.0 is not compatible with Node.js 12
|
# pnpm@7.0.0 is not compatible with Node.js 12
|
||||||
node-version: 12.22.12
|
node-version: 12.22.12
|
||||||
|
@ -24,6 +24,6 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
default: 'false'
|
default: 'false'
|
||||||
runs:
|
runs:
|
||||||
using: node16
|
using: node20
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
post: dist/index.js
|
post: dist/index.js
|
||||||
|
Loading…
Reference in New Issue
Block a user