Skip to content

Commit

Permalink
updated workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ApplianceJohn committed Mar 15, 2024
1 parent afb0f3e commit 8dd37c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 14
registry-url: 'https://registry.npmjs.org'
node-version: 20
registry-url: "https://registry.npmjs.org"
- run: yarn install
- run: yarn lint
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create Release
on:
push:
tags:
- '*'
- "*"

jobs:
build:
Expand All @@ -28,8 +28,8 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 14
registry-url: 'https://registry.npmjs.org'
node-version: 20
registry-url: "https://registry.npmjs.org"
- run: yarn install
- run: npm publish
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 14
registry-url: 'https://registry.npmjs.org'
node-version: 20
registry-url: "https://registry.npmjs.org"
- run: yarn install
- run: yarn test

0 comments on commit 8dd37c0

Please sign in to comment.