mirror of
https://github.com/actions/setup-node.git
synced 2025-12-24 01:07:08 +00:00
chore: update Node.js version in workflows
This commit is contained in:
parent
1ba05d5d30
commit
1b58234614
4 changed files with 57 additions and 23 deletions
12
.github/workflows/proxy.yml
vendored
12
.github/workflows/proxy.yml
vendored
|
|
@ -28,12 +28,12 @@ jobs:
|
|||
- uses: actions/checkout@v5
|
||||
- name: Clear tool cache
|
||||
run: rm -rf $RUNNER_TOOL_CACHE/*
|
||||
- name: Setup node 14
|
||||
- name: Setup node 24
|
||||
uses: ./
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 24.x
|
||||
- name: Verify node and npm
|
||||
run: __tests__/verify-node.sh 14
|
||||
run: __tests__/verify-node.sh 24
|
||||
|
||||
test-bypass-proxy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -44,9 +44,9 @@ jobs:
|
|||
- uses: actions/checkout@v5
|
||||
- name: Clear tool cache
|
||||
run: rm -rf $RUNNER_TOOL_CACHE/*
|
||||
- name: Setup node 11
|
||||
- name: Setup node 24
|
||||
uses: ./
|
||||
with:
|
||||
node-version: 11
|
||||
node-version: 24
|
||||
- name: Verify node and npm
|
||||
run: __tests__/verify-node.sh 11
|
||||
run: __tests__/verify-node.sh 24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue