Skip to content

Commit

Permalink
ci: switch all jobs to Node.js@22
Browse files Browse the repository at this point in the history
Refs #2938
  • Loading branch information
char0n committed Apr 29, 2024
1 parent 1eb4110 commit 75073d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Expand Up @@ -10,7 +10,7 @@ updates:
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
target-branch: "main"
target-branch: "master"
directory: "/"
schedule:
interval: "daily"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-me.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: 'Wait for status checks'
id: waitforstatuschecks
uses: WyriHaximus/github-action-wait-for-status@v1
uses: WyriHaximus/github-action-wait-for-status@v1.8.0
with:
ignoreActions: Merge me!
checkInterval: 13
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/nodejs.yaml
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
- name: Use Node.js 22
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 22
- name: Cache Node Modules
id: cache-node-modules
uses: actions/cache@v2
Expand Down Expand Up @@ -49,14 +49,14 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v2
- name: Setup node 18
- name: Setup node 22
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 22
- name: Cache Node Modules
id: cache-node-modules
uses: actions/cache@v2
Expand Down Expand Up @@ -84,10 +84,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
- name: Use Node.js 22
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 22
- name: Cache Node Modules
id: cache-node-modules
uses: actions/cache@v2
Expand Down Expand Up @@ -125,10 +125,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
- name: Use Node.js 22
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 22
- name: Cache Node Modules
id: cache-node-modules
uses: actions/cache@v2
Expand Down

0 comments on commit 75073d7

Please sign in to comment.