We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaebc61 commit 1547795Copy full SHA for 1547795
ā.github/workflows/publish.yml
@@ -10,14 +10,14 @@ on:
10
- "v[0-9]+.[0-9]+.[0-9]+-*"
11
12
env:
13
- NODE_VERSION: 14.15.5
+ NODE_VERSION: 18.20.4
14
LANG: en_US.UTF-8
15
LC_ALL: en_US.UTF-8
16
TASK_X_REMOTE_TASKFILES: 1
17
18
jobs:
19
publish:
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
21
steps:
22
- name: Check out a copy of the repo
23
uses: actions/checkout@v2
@@ -40,4 +40,4 @@ jobs:
40
41
- if: steps.publish.outputs.type != 'none'
42
run: |
43
- echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
+ echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
0 commit comments