mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
Upgrade to node version 20.17.0
This commit is contained in:
parent
1e5a9f541f
commit
178c816994
2
.github/workflows/changelog.yml
vendored
2
.github/workflows/changelog.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
|
||||
with:
|
||||
node-version: 18.17.1
|
||||
node-version: 20.17.0
|
||||
|
||||
- name: Check for Changeset
|
||||
run: npx @changesets/cli status --since="origin/main"
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
|
||||
with:
|
||||
node-version: '18.17.1'
|
||||
node-version: '20.17.0'
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
|
||||
with:
|
||||
node-version: '18.17.1'
|
||||
node-version: '20.17.0'
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
2
.github/workflows/snapit.yml
vendored
2
.github/workflows/snapit.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
|
||||
with:
|
||||
node-version: '18.17.1'
|
||||
node-version: '20.17.0'
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -14,7 +14,7 @@
|
||||
"docs/**/*": true
|
||||
},
|
||||
"[typescript]": {
|
||||
"editor.formatOnSave": false,
|
||||
"editor.formatOnSave": false
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
|
||||
@ -1 +1 @@
|
||||
v18.17.1
|
||||
v20.17.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user