Skip to content

Commit

Permalink
upgrading nodejs image
Browse files Browse the repository at this point in the history
  • Loading branch information
waggledans committed Jun 24, 2024
1 parent 98f61ec commit 2ac9ddf
Show file tree
Hide file tree
Showing 7 changed files with 63,005 additions and 18,824 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
name: Action Test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22

- name: "Install Dependencies"
run: npm install
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [2.3.7] - 2024-06-24

### Changed
- resolves #86

## [2.3.6] - 2023-11-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ inputs:
required: false
default: '10'
runs:
using: 'node16'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
Loading

0 comments on commit 2ac9ddf

Please sign in to comment.