Skip to content

Commit 1547795

Browse files
committed
fix šŸ›(ci): change versions for stack on release ci (#17)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent aaebc61 commit 1547795

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ā€Ž.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
- "v[0-9]+.[0-9]+.[0-9]+-*"
1111

1212
env:
13-
NODE_VERSION: 14.15.5
13+
NODE_VERSION: 18.20.4
1414
LANG: en_US.UTF-8
1515
LC_ALL: en_US.UTF-8
1616
TASK_X_REMOTE_TASKFILES: 1
1717

1818
jobs:
1919
publish:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Check out a copy of the repo
2323
uses: actions/checkout@v2
@@ -40,4 +40,4 @@ jobs:
4040

4141
- if: steps.publish.outputs.type != 'none'
4242
run: |
43-
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
43+
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"

0 commit comments

Comments
Ā (0)