Skip to content

Commit

Permalink
chore: update actions to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Oct 22, 2024
1 parent 776b0fb commit 322b281
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Test
on:
push:
branches:
- '*'
- "*"
pull_request:

concurrency:
Expand All @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: "20"

- name: Cache NPM modules
id: npm-cache
Expand All @@ -45,7 +45,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: "20"

- name: Cache NPM modules
id: npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: "20"

- name: Cache NPM modules
id: npm-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish version to NPM
on:
push:
tags:
- '*.*.*'
- "*.*.*"

jobs:
build:
Expand All @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: "20"

- name: Cache NPM modules
id: npm-cache
Expand Down

0 comments on commit 322b281

Please sign in to comment.