1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Reverted PR workflow to manual node setup

This commit is contained in:
2023-11-12 14:43:52 +00:00
parent ec96d406c4
commit 491afd58ab
+5 -1
View File
@@ -27,7 +27,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: node:20
strategy:
fail-fast: false
matrix:
@@ -36,6 +35,11 @@ jobs:
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
cache: yarn
node-version: 20
- run: yarn install
- run: yarn lint
- run: TARGET=${{ matrix.target }} yarn build