Skip to content

Commit

Permalink
chore: update GH Actions (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 26, 2024
1 parent dde947c commit 1daa85b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14, 16, 18, 20]
node: [10, 12, 14, 16, 18, 20, 21]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: node --version
Expand All @@ -31,9 +31,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 12
node-version: lts/*
- run: npm install
- run: npm test
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
outputs:
paths_released: ${{ steps.manifest_release.outputs.paths_released }}
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: manifest_release
with:
command: manifest
Expand All @@ -23,10 +23,10 @@ jobs:
matrix:
path: ${{fromJson(needs.release.outputs.paths_released)}}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: lts/*
registry-url: 'https://external-dot-oss-automation.appspot.com/'
- name: publish
env:
Expand Down

0 comments on commit 1daa85b

Please sign in to comment.