Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Bump nodejs to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
maso7 committed Feb 27, 2024
1 parent cee9a96 commit 2f3b765
Show file tree
Hide file tree
Showing 11 changed files with 1,733 additions and 1,018 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-release.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: 'Github release'
name: "Github release"

on:
workflow_dispatch:
push:
tags:
- '*'
- "*"

jobs:
gh-release:
uses: pixelfederation/gh-action-gh-release/.github/workflows/[email protected]
with:
# If enabled, respects commits between SemVer tag build num iterations instead of previous commited tag (eg: X.X.X-y_2 -> X.X.X-y_3)
tag_num: false
fetch_depth: '30'
changelog_file: 'CHANGELOG.md'
fetch_depth: "30"
changelog_file: "CHANGELOG.md"
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Use Node.js 14.x
uses: actions/setup-node@v2.1.5
- name: Use Node.js 20.x
uses: actions/setup-node@v4.0.2
with:
node-version: 14.x
node-version: 20.x

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
uses: ./install
with:
before_install: echo asdf nodejs import-keyring
tool_versions: direnv 2.20.0
tool_versions: direnv 2.33.0

- run: direnv version

Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.19.1
nodejs 20.9.0
yarn 1.22.19
2 changes: 1 addition & 1 deletion current/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: asdf current
description: Get current tools versions
author: Tomas Hulata <[email protected]>
runs:
using: node16
using: node20
main: main.js
inputs:
directory:
Expand Down
Loading

0 comments on commit 2f3b765

Please sign in to comment.