Update CI configuration to use Node.js 20 container image in ci.yml
Some checks failed
ci / build-test-pack (push) Failing after 1m26s
Some checks failed
ci / build-test-pack (push) Failing after 1m26s
This commit is contained in:
@@ -9,6 +9,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-test-pack:
|
build-test-pack:
|
||||||
runs-on: internal_docker
|
runs-on: internal_docker
|
||||||
|
container:
|
||||||
|
image: node:20
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -16,7 +18,7 @@ jobs:
|
|||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: '20'
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -37,4 +39,3 @@ jobs:
|
|||||||
name: npm-package
|
name: npm-package
|
||||||
path: "*.tgz"
|
path: "*.tgz"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user