Skip to content

Commit

Permalink
Merge pull request #1 from kramen22/nk/update-node-version
Browse files Browse the repository at this point in the history
feat(actions): update node version
  • Loading branch information
kramen22 authored Jun 20, 2024
2 parents 886f696 + b8675a9 commit 36705c0
Show file tree
Hide file tree
Showing 5 changed files with 3,653 additions and 1,662 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14]
node: [20]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: node --version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install
run: npm ci
- name: build
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
release-type: node
package-name: ${{env.ACTION_NAME}}
command: github-release
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: tag major and patch versions
run: |
git config user.name github-actions[bot]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ branding:
color: 'yellow'

runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 36705c0

Please sign in to comment.