Skip to content

Commit

Permalink
Merge pull request #54 from FranzDiebold/feat/update-node-version
Browse files Browse the repository at this point in the history
Feat/update node version
  • Loading branch information
FranzDiebold committed Sep 24, 2022
2 parents 9e73536 + 2d0ded6 commit 5be1a82
Show file tree
Hide file tree
Showing 6 changed files with 1,313 additions and 648 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -6,12 +6,12 @@ jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 16
- name: Install dependencies
run: make install
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![GitHub Action: View on Marketplace](https://img.shields.io/badge/GitHub%20Action-View_on_Marketplace-28a745?logo=github)](https://github.com/marketplace/actions/github-environment-variables-action)
[![Demo: available](https://img.shields.io/badge/Demo-available-orange)](.github/workflows/demo.yml)
[![Version: v2.6.0](https://img.shields.io/badge/Version-v2.6.0-brightgreen)](https://github.com/FranzDiebold/github-env-vars-action/releases/tag/v2.6.0)
[![Version: v2.7.0](https://img.shields.io/badge/Version-v2.7.0-brightgreen)](https://github.com/FranzDiebold/github-env-vars-action/releases/tag/v2.7.0)
[![Lint and Test](https://github.com/FranzDiebold/github-env-vars-action/workflows/Lint%20and%20Test/badge.svg)](https://github.com/FranzDiebold/github-env-vars-action/actions?query=workflow%3A%22Lint+and+Test%22)
[![license: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](./LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -2,7 +2,7 @@ name: 'GitHub Environment Variables Action'
description: 'Expose useful Environment Variables.'
author: 'Franz Diebold'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'plus-circle'
Expand Down

0 comments on commit 5be1a82

Please sign in to comment.