fix: github action node version

This commit is contained in:
Chen Asraf
2023-03-13 21:23:52 +02:00
parent 94fec76616
commit 7c19c53337
4 changed files with 5 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
# with:
# node-version: "12.x"
with:
node-version: "18.x"
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "18.x"
- run: cd doc-theme && yarn install && yarn build && rm -rf node_modules && cd ..
- run: yarn install --frozen-lockfile
- run: yarn typedoc

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "18.x"
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "18.x"
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build