Upgrade to Node 24 (#276)

* upgrade to node24

* update .node-version to 24.x

Signed-off-by: Brian DeHamer <[email protected]>

* delete publish immutable action

Signed-off-by: Brian DeHamer <[email protected]>

* bump version from 2.4.0 to 3.0.0

Signed-off-by: Brian DeHamer <[email protected]>

---------

Signed-off-by: Brian DeHamer <[email protected]>
Co-authored-by: Salman Chishti <[email protected]>
This commit is contained in:
Brian DeHamer
2025-08-26 16:06:47 -07:00
committed by GitHub
co-authored by Salman Chishti
parent 1e2321d281
commit eda10f897a
5 changed files with 7 additions and 29 deletions
@@ -1,22 +0,0 @@
name: 'Publish Immutable Action Version'
on:
release:
types: [published]
permissions: {}
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
- name: Checking out
uses: actions/checkout@v5
- name: Publish
id: publish
uses: actions/[email protected]