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:
|
||||
build-test-pack:
|
||||
runs-on: internal_docker
|
||||
container:
|
||||
image: node:20
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -16,7 +18,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
node-version: '20'
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -37,4 +39,3 @@ jobs:
|
||||
name: npm-package
|
||||
path: "*.tgz"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user