Skip to content

Commit

Permalink
Merge pull request #1 from qatium/update-node
Browse files Browse the repository at this point in the history
Update node
  • Loading branch information
FernandoArozarena authored Aug 1, 2024
2 parents 46df755 + 606c44f commit 83652e9
Show file tree
Hide file tree
Showing 6 changed files with 4,779 additions and 8,509 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Main

env:
NODE_VERSION: "16.15.1"
NODE_VERSION: "20.10.0"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
20.10.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: 'softprops'
env:
'GITHUB_TOKEN': 'Repository token provided by Github Actions secrets'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
inputs:
poll-interval-seconds:
Expand Down
8 changes: 7 additions & 1 deletion dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 83652e9

Please sign in to comment.