Upgrade to Node 24 (#276)
* upgrade to node24 * update .node-version to 24.x Signed-off-by: Brian DeHamer <bdehamer@github.com> * delete publish immutable action Signed-off-by: Brian DeHamer <bdehamer@github.com> * bump version from 2.4.0 to 3.0.0 Signed-off-by: Brian DeHamer <bdehamer@github.com> --------- Signed-off-by: Brian DeHamer <bdehamer@github.com> Co-authored-by: Salman Chishti <salmanmkc@GitHub.com>
This commit is contained in:
@@ -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/publish-immutable-action@v0.0.4
|
||||
Reference in New Issue
Block a user