Skip to content

Commit

Permalink
revert to 20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Apr 2, 2024
1 parent 4928acc commit e9ae4f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
version: ['lts/*']
version: [20.11.0]
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
publish-npm:
strategy:
matrix:
version: ['lts/*']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.0
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
Expand Down

0 comments on commit e9ae4f8

Please sign in to comment.