Skip to content

Commit a6c0025

Browse files
committed
fixup! upgrade node version to 22.x
1 parent f4b7f8e commit a6c0025

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/browser-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
env:
10-
NODE_VERSION: 20.x
10+
NODE_VERSION: 22.x
1111

1212
jobs:
1313
test:

.github/workflows/browserstack-3.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
1717
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
18-
NODE_VERSION: 20.x
18+
NODE_VERSION: 22.x
1919
name: ${{ matrix.BROWSER }}
2020
concurrency:
2121
group: ${{ matrix.BROWSER }} - ${{ github.sha }}

.github/workflows/browserstack-git.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
1717
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
18-
NODE_VERSION: 20.x
18+
NODE_VERSION: 22.x
1919
name: ${{ matrix.BROWSER }}
2020
concurrency:
2121
group: ${{ matrix.BROWSER }} - ${{ github.sha }}

.github/workflows/filestash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
environment: filestash
1515
env:
16-
NODE_VERSION: 20.x
16+
NODE_VERSION: 22.x
1717
name: Update Filestash
1818
steps:
1919
- name: Checkout

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches-ignore: "dependabot/**"
77

88
env:
9-
NODE_VERSION: 20.x
9+
NODE_VERSION: 22.x
1010

1111
jobs:
1212
node-smoke-test:

0 commit comments

Comments
 (0)