Skip to content

Commit

Permalink
SWI-5190 Update to Node 20 (#38)
Browse files Browse the repository at this point in the history
* SWI-5190 Update to Node 20

* add token to test wf

* update token permissions

* revert spacing

* spacing
  • Loading branch information
ckoegel authored May 14, 2024
1 parent 8e3d6af commit deffd1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ fromJSON(vars.SWI_GLORG_UBUNTU_2204) }}
permissions:
id-token: write
contents: read
contents: write
steps:
- name: Get Github Token from Vault
uses: Bandwidth/vault-provider-action@v1
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ runs:
using: composite
steps:
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Configure Git and Create Branch
run: |
Expand Down

0 comments on commit deffd1d

Please sign in to comment.