-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline the node versions in Github actions to test if renovate can in…
…clude them in it's upgrade PR
- Loading branch information
1 parent
9a757f2
commit 7faad88
Showing
2 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ permissions: | |
env: | ||
REGISTRY: ghcr.io | ||
IMAGE_NAME: ${{ github.repository }} | ||
NODE_VERSION: 22.10.0 | ||
|
||
jobs: | ||
build: | ||
|
@@ -30,7 +29,7 @@ jobs: | |
- name: Configure node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
node-version: 22.10.0 | ||
|
||
- name: Install packages | ||
run: npm ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,6 @@ on: | |
permissions: | ||
contents: read | ||
|
||
env: | ||
NODE_VERSION: 22.10.0 | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
@@ -21,7 +18,7 @@ jobs: | |
- name: Configure node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
node-version: 22.10.0 | ||
|
||
- name: Install packages | ||
run: npm ci | ||
|
@@ -48,7 +45,7 @@ jobs: | |
- name: Configure node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
node-version: 22.10.0 | ||
|
||
- name: Install packages | ||
run: npm ci | ||
|